POV-Ray : Newsgroups : povray.beta-test : camera declaration : camera declaration Server Time
30 Jul 2024 00:27:35 EDT (-0400)
  camera declaration  
From: Mael
Date: 28 Jan 2002 08:36:59
Message: <3c5553fb@news.povray.org>
i get different results by declaring or not a camera
povray3.5b10.icl win2000 Atlhon900MHz 256Mb

M

/*
camera
{
  location <0, 0, -3>
  right x
  up y
  direction z
}
*/

#declare cam=camera
{
  location <0, 0, -3>
  right x
  up y
  direction z
}

camera {cam}

sphere { 0, 1 pigment { color rgb 1 } finish { ambient 1 } }


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.